-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test 27 6 wip #4582
Test 27 6 wip #4582
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4582 +/- ##
==========================================
+ Coverage 71.76% 71.78% +0.01%
==========================================
Files 291 291
Lines 51301 51642 +341
==========================================
+ Hits 36818 37069 +251
- Misses 14483 14573 +90 ☔ View full report in Codecov by Sentry. |
@Leo-Besancon Let's also do the following to proactively try to fix the regression Dusa observed:
This should increase our chances of fixing the unexpected regression |
@Leo-Besancon Since keys are rotated, we should update the securenet faucet |
Faucet was updated on wednesday ;). Indead it did not work before as it tried to send coins with an address not in its wallet. |
* Update to wasmer 4.2.4 (#4581) Co-authored-by: sydhds <sydhds@gmail.com> * typo fix * typo fix * typo fix * typo fix * typo fix --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Leo-Besancon <lb@massa.net>
Signed-off-by: Jean-François <jfm@laposte.net>
* Update addresses and public keys * Add more info to double staking protection's panic message * fmt * update version and genesis * Update version and CI * Update Cargo.lock * add community charter * Add serde json tests (#4579) * chore: typo fix (#4589) * Update to wasmer 4.2.4 (#4581) Co-authored-by: sydhds <sydhds@gmail.com> * typo fix * typo fix * typo fix * typo fix * typo fix --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> * ci: add checksum + tested with ACT (#4590) * Upgrade-to-latest-toolchain (#4585) Co-authored-by: Leo-Besancon <lb@massa.net> * Update massa-sc-runtime Signed-off-by: Jean-François <jfm@laposte.net> * Cargo update * Remove compatibility layer in tracing (#4535) * Add deferred_credits initial file for test * Update Genesis and CI * Push back Genesis * Same --------- Signed-off-by: Jean-François <jfm@laposte.net> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> Co-authored-by: Moncef AOUDIA <ma@massa.net> Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com> Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Jean-François <jfm@laposte.net>
* Update addresses and public keys * Add more info to double staking protection's panic message * fmt * update version and genesis * Update version and CI * Update Cargo.lock * add community charter * Add serde json tests (#4579) * chore: typo fix (#4589) * Update to wasmer 4.2.4 (#4581) Co-authored-by: sydhds <sydhds@gmail.com> * typo fix * typo fix * typo fix * typo fix * typo fix --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> * ci: add checksum + tested with ACT (#4590) * Upgrade-to-latest-toolchain (#4585) Co-authored-by: Leo-Besancon <lb@massa.net> * Update massa-sc-runtime Signed-off-by: Jean-François <jfm@laposte.net> * Cargo update * Remove compatibility layer in tracing (#4535) * Add deferred_credits initial file for test * Update Genesis and CI * Push back Genesis * Same --------- Signed-off-by: Jean-François <jfm@laposte.net> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> Co-authored-by: Moncef AOUDIA <ma@massa.net> Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com> Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Jean-François <jfm@laposte.net>
* Update addresses and public keys * Add more info to double staking protection's panic message * fmt * update version and genesis * Update version and CI * Update Cargo.lock * add community charter * Add serde json tests (#4579) * chore: typo fix (#4589) * Update to wasmer 4.2.4 (#4581) Co-authored-by: sydhds <sydhds@gmail.com> * typo fix * typo fix * typo fix * typo fix * typo fix --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> * ci: add checksum + tested with ACT (#4590) * Upgrade-to-latest-toolchain (#4585) Co-authored-by: Leo-Besancon <lb@massa.net> * Update massa-sc-runtime Signed-off-by: Jean-François <jfm@laposte.net> * Cargo update * Remove compatibility layer in tracing (#4535) * Add deferred_credits initial file for test * Update Genesis and CI * Push back Genesis * Same --------- Signed-off-by: Jean-François <jfm@laposte.net> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> Co-authored-by: Moncef AOUDIA <ma@massa.net> Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com> Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Jean-François <jfm@laposte.net>
* Add initial chain id impl * Add chain id to jsonrpc, grpc public & grpc private api * Add massa-client features sandbox * Add chain id SC unit test * Fix unit test + add dummy gas costs * Update massa-proto-rs dependency * Update massa-sc-runtime dependency * Add unit test allowing easy update of massa docs * Use chain id through config instead of constants directly * Use chain id everywhere (round 1) (#4594) * Use chain id everywhere (round 1) * Use chain id in massa client --------- Co-authored-by: sydhds <sydhds@gmail.com> * Remove confusing chain id * Fix some unit tests * Test 27 6 wip (#4582) * Update addresses and public keys * Add more info to double staking protection's panic message * fmt * update version and genesis * Update version and CI * Update Cargo.lock * add community charter * Add serde json tests (#4579) * chore: typo fix (#4589) * Update to wasmer 4.2.4 (#4581) Co-authored-by: sydhds <sydhds@gmail.com> * typo fix * typo fix * typo fix * typo fix * typo fix --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> * ci: add checksum + tested with ACT (#4590) * Upgrade-to-latest-toolchain (#4585) Co-authored-by: Leo-Besancon <lb@massa.net> * Update massa-sc-runtime Signed-off-by: Jean-François <jfm@laposte.net> * Cargo update * Remove compatibility layer in tracing (#4535) * Add deferred_credits initial file for test * Update Genesis and CI * Push back Genesis * Same --------- Signed-off-by: Jean-François <jfm@laposte.net> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> Co-authored-by: Moncef AOUDIA <ma@massa.net> Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com> Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Jean-François <jfm@laposte.net> * Add initial chain id impl * Use chain id everywhere (round 1) (#4594) * Use chain id everywhere (round 1) * Use chain id in massa client --------- Co-authored-by: sydhds <sydhds@gmail.com> * Fix unit tests (final round) * Minor fix * Revert some nasty insert from bad rebase * Auto gen chain id from VERSION * Cargo clippy && fmt && doc pass * Update massa-sc-runtime dependency --------- Signed-off-by: Jean-François <jfm@laposte.net> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Leo-Besancon <lb@massa.net> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> Co-authored-by: Moncef AOUDIA <ma@massa.net> Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com> Co-authored-by: Jean-François <jfm@laposte.net>
resync_check
flag